type github.com/jackc/pgx/v5/pgtype.encodePlanHstoreCodecBinary

3 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		hstore.go#L81: 		return encodePlanHstoreCodecBinary{}
		hstore.go#L89: type encodePlanHstoreCodecBinary struct{}
		hstore.go#L91: func (encodePlanHstoreCodecBinary) Encode(value any, buf []byte) (newBuf []byte, err error) {